HipTween

Undocumented in source.

Constructors

this
this(float durationSeconds, bool loops)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

addOnFinish
HipTween addOnFinish(void delegate() onFinish)
Undocumented in source. Be warned that the author may not have intended to support it.
allocSaveData
void allocSaveData(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
play
HipTween play()
Undocumented in source. Be warned that the author may not have intended to support it.
setEasing
HipTween setEasing(HipEasing easing)
Undocumented in source. Be warned that the author may not have intended to support it.
setProperties
void setProperties(string name, float durationSeconds, bool loops)
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

by
HipTween by(float durationSeconds, float*[] valuesRef, float[] targetValues)
Undocumented in source. Be warned that the author may not have intended to support it.
by
HipTween by(float durationSeconds, T target, V[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
to
HipTween to(float durationSeconds, float*[] valuesRef, float[] targetValues)

This version is more lightweight compiler wise as it is not templated

to
HipTween to(float durationSeconds, T target, V[] values)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

easing
HipEasing easing;
Undocumented in source.
onFinish
void delegate()[] onFinish;
Undocumented in source.
onPlay
void delegate() onPlay;
Undocumented in source.
savedData
void[] savedData;
Undocumented in source.

Meta